STOR-2954: Add TLS scanner job for SMB CSI driver operator - #82204
STOR-2954: Add TLS scanner job for SMB CSI driver operator#82204RomanBednar wants to merge 1 commit into
Conversation
|
@RomanBednar: This pull request references STOR-2954 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughAdds the ChangesTLS scanner SMB pipeline
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant CI as ci-operator
participant Operator as SMB CSI operator
participant Services as Samba services
participant Scanner as TLS scanner workflow
CI->>Operator: Install SMB operator bundle
Operator->>Services: Start controller and node services
CI->>Services: Check service availability
CI->>Scanner: Run tls-13 and tls-scanner-run
Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RomanBednar The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
5528a03 to
eab25be
Compare
|
/pj-rehearse pull-ci-openshift-csi-operator-main-tls-scanner-smb |
|
@RomanBednar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-csi-operator-release-4.23-tls-scanner-smb |
|
@RomanBednar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
eab25be to
b85491b
Compare
|
/pj-rehearse pull-ci-openshift-csi-operator-main-tls-scanner-smb |
|
/pj-rehearse pull-ci-openshift-csi-operator-release-4.23-tls-scanner-smb |
|
@RomanBednar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
1 similar comment
|
@RomanBednar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@RomanBednar, |
b85491b to
ef37309
Compare
|
/pj-rehearse pull-ci-openshift-csi-operator-main-tls-scanner-smb pull-ci-openshift-csi-operator-release-4.23-tls-scanner-smb |
|
@RomanBednar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
ef37309 to
a74c9ad
Compare
a74c9ad to
ce7560a
Compare
|
/pj-rehearse pull-ci-openshift-csi-operator-main-tls-scanner-smb pull-ci-openshift-csi-operator-release-4.23-tls-scanner-smb |
|
@RomanBednar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@RomanBednar: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Add a TLS scanner CI job for the SMB CSI driver operator to verify TLS compliance.
Summary by CodeRabbit
Adds an optional manual
tls-scanner-smbCI job for the SMB CSI driver operator across main and release 4.23–5.1 branches. The new Azure-based job wires in the existing SMB E2E workflow and thetls-scanner-toolimage to scan theopenshift-cluster-csi-driversnamespace, with SMB CSI operator installation settings, scanner resource sizing, TLS 1.3 adherence options (where applicable), and execution gated by Samba controller/node service availability. Presubmit/job configurations are generated as part of this change; nocsi-operatorcode is modified.